home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / batchut / bcb.zip / BC.BAT next >
DOS Batch File  |  1986-06-24  |  121b  |  11 lines

  1. ECHO OFF
  2. CLS
  3. BCOMANDR %0 NUL %1
  4. if errorlevel =2 goto end2
  5. if errorlevel =1 goto end1
  6. BCTEMP
  7. :end1
  8. cls
  9. :end2
  10. 
  11.